gdk/dnd: Add missing signal parameter documentation
authorJonas Ådahl <jadahl@gmail.com>
Tue, 26 Apr 2016 07:50:17 +0000 (15:50 +0800)
committerJonas Ådahl <jadahl@gmail.com>
Tue, 26 Apr 2016 12:40:47 +0000 (20:40 +0800)
The cancel reason parameter was missing.

https://bugzilla.gnome.org/show_bug.cgi?id=765577

gdk/gdkdnd.c

index 2aa205de23e866ee58a62508699d22b0a30fd9c5..a1e52c2b2e9dab8ae6f340254f1d55de2f053a7b 100644 (file)
@@ -273,6 +273,7 @@ gdk_drag_context_class_init (GdkDragContextClass *klass)
   /**
    * GdkDragContext::cancel:
    * @context: The object on which the signal is emitted
+   * @reason: The reason the context was cancelled
    *
    * The drag and drop operation was cancelled.
    *